The lvalue and rvalue in the assignment statement is separated by a colon plus an equal sign(:=). 任务声明中的lvalue与rvalue由一个冒号加等号隔离开来(:=)。
Another, more compact way to represent the same expression is to use an assignment statement similar to this 另一种更紧凑的表达方式是使用下面这样的赋值语句
The tricky part comes when information from one operation is required by another: for instance, an order number is needed for inventory assignment, which in turn generates a record that is used by a billing system to compute the monthly billing statement. 当来自一个操作的业务是另一个所需时,错综复杂的部分出现了:例如,存货清单分配需要一个订单号,其顺次生成一个用来计算月记账综述的记账系统所使用的记录。
The lvalue and rvalue in the assignment statement is separated by a:= ( colon plus equal sign). 分配声明中的lvalue和rvalue以:=(冒号加等号)被隔开。
If the repeated declaration has an initializer, it acts as if it were simply an assignment statement. 如果重复的声明有一个初始值,那么它担当的不过是一个赋值语句的角色。
The first statement right here, that's just an assignment statement, I'm giving some value to x. 第一个声明在这里,这仅仅是一个赋值声明,我赋值给x一个值。
I just came back from the meeting held by Genertec concerning to assignment of year-end financial statement. 刚从集团开会回来,布置今年的年终决算。
So in particular, that is an assignment statement. 特别要说的是,这是赋值声明。
And so we saw that as well, the last piece we had here is the ability to create variables, which have their own values, and that's done using an assignment statement. 我们也可以看到,这里我们最后的是,创建了一些变量,这些变量都有自己的值,这是运用了赋值声明来完成的。
Variable Assignment Statement Synthesis M Variable Assignment Statement Synthesis Method in RTL Synthesis RTL综合中变量赋值语句的综合方法
From a procedural structure, process variable coupling appear in the assignment statement. 从程序结构来看程序中变量的耦合都出现在赋值语句上,一个变量的赋值是依据其它变量的值以及所使用变量作用的算子。